-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sslyze 2.1.4 #45750
sslyze 2.1.4 #45750
Conversation
20:05:07 copying build/lib.macosx-10.14-x86_64-3.7/nassl/_nassl.cpython-37m-darwin.so -> nassl |
``` brew uninstall --force sslyze brew install --build-from-source Formula/sslyze.rb brew test Formula/sslyze.rb brew audit --strict Formula/sslyze.rb ```
@Gillingham Thanks for making efforts to get the PR build passed, can you squash the commits into one single commit (commit msg format as |
Fix audit complaints Restore erroneously removed variable declaration then rerun ``` brew uninstall --force sslyze brew install --build-from-source Formula/sslyze.rb brew test Formula/sslyze.rb brew audit --strict Formula/sslyze.rb ``` Move libffi to a regular dep instead just builddep
No idea if I squashed that correctly with the merge that it prompted me to do immediately following. |
Thanks for this. Apologies for the wait. We're currently building Python 3.8 (see #45337) and we'll revisit this pull request once that's finished. |
Superseded by #47993. We needed to make the update to Python 3 quickly and could not wait, as the |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?